@charset "utf-8";


/* ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    border-radius: 0;
}

::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
    display: none
}

::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 8px
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 8px
}

::-webkit-scrollbar-corner {
    background: #82AFFF;
    border-radius: 4px
}

::-webkit-scrollbar-resizer {
    background: #FF0BEE;
    border-radius: 4px
} */
.sub_banner{
	width: 100%;
	height: auto;
	position: relative;
}
.breadcrumb{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 25px 0px;
	display: flex;
	line-height: 30px;
	justify-content: flex-end;
}
.breadcrumb .target_pos{
	width: auto;
	color: rgba(0,0,0,.5);
}
.breadcrumb .target_pos a{
	margin-right: 25px;
	position: relative;
	color: rgba(0,0,0,.5);
}
.breadcrumb .target_pos a:after{
	width: 10px;
	height: 10px;
	background: url("../images/common/arrow_right.png")/*tpa=http://www.kexueclub.com/static/assets/lib/images/common/arrow_right.png*/ no-repeat;
	background-size: cover;
	display: block;
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.breadcrumb .target_pos a:last-child{
	margin-right: 0px;
}
.breadcrumb .target_pos a:last-child:after{
	display: none;
}
.breadcrumb .target_pos a.active{
	color: #3488EA;
}
.sub_nav{
	width: auto;
}
.sub_nav a{
	padding: 0px 20px;
	display: inline-block;
	margin: 0px 5px;
	position: relative;
}
.sub_nav a:after{
	width: 1px;
	height: 15px;
	position: absolute;
	top: 7.5px;
	display: block;
	right: -5px;
	background: rgba(170, 170, 170, .3);
	content: '';
}
.sub_nav a:hover{
	background: #3488EA;
	color: #FFFFFF;
}
.sub_nav a:last-child{
	margin-left: 0px;
}
.sub_nav a:last-child:after{
	display: none;
}
.w1200{
	width: auto;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin: auto;
	padding-bottom: 100px;
}
.simple_between{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.simple_between .l{
	width: 45%;
	height: auto;
}
.simple_between .r{
	width: 55%;
	height: auto;
	line-height: 1.7;
	padding-left: 35px;
}
.simple_between .r p{
	margin-bottom: 10px;
}
.sub_title{
	text-align: center;
	margin: 55px 0px 25px 0px;
}
.sub_title b{
	font-weight: normal;
	font-size: 28px;
	color: #3E3E3E;
}
.sub_title p{
	font-size: 14px;
	opacity: .6;
}
.case_cat{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.case_cat a{
	height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin: 0 2px;
	display: inline-block;
    padding: 0 25px;
	transition: background-color 0.46s ease;
}
.case_cat a:hover{
	color: #FFFFFF;
	background-color: #3488EA;
}
.case{
	width: 100%;
	height: auto;
}
.case.cooperative{
	padding-top: 15px;
}
.case.cooperative ul{
	justify-content:flex-start;
}
.case.cooperative ul li{
	width: 18.5%;
	border: 1px solid rgba(0,0,0,.1);
	margin-right: 1.25%;
}
.case.cooperative ul li:nth-child(5n){
	margin-right: 0%;
}
.case.news1 ul li{
	padding:30px 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,.01);
	position: relative;
	transition: all .3s ease;
}
.case.video_list ul li{
	cursor: pointer;
}
.case.video_list ul li .thum{
	background: #000000;
}
.case.video_list ul li .name{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	transition: all .4s ease;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
}
.case.video_list ul li .play{
	position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
    font-size: 0;
    transform: translate3d(-50%,-50%,0);
    opacity: 1;
	width: 45px;
	height: 45px;
	background: #3488EA;
	border-radius: 50%;
	box-sizing: inherit;
	visibility: visible;
}
.case.video_list ul li .play span{
	display: block;
	border: 5px solid rgba(255,255,255,0.2);
	width: 45px;
	height: 45px;
	position: absolute;
	left: -5px;
	top: -5px;
	border-radius: 50%;
}
.case.video_list ul li .play:after{
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	content: '';
}
.case.video_list ul li:hover .play{
	top: 0%;
	opacity: 0;
	visibility: hidden;
}
.case.video_list ul li:hover .name{
	opacity: 1;
	top: 50%;
}
.case.news1 ul li .news_time{
	font-size: 24px;
	line-height: 30px;
	
	margin-bottom: 15px;
	font-family: helveticaneuethn;
}
.case.news1 ul li:after{
	width: 0%;
	height: 2px;
	transition: all .3s ease;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #3488EA;
	display: block;
}
.case.news1 ul li:hover:after{
	width: 100%;
}
.case.news1 ul li .news_title{
	font-size: 16px;
    line-height: 25px;
	height: 60px;
}
.case.news1 ul li:hover{
	background: rgba(0,0,0,.03);
}
.case.news1 ul li .news_description{
	transition: all 0.36s ease;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999;
}
.case ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.case ul li{
	width: 32.5%;
	height: auto;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}

.case ul li .thum{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.case ul li .thum .img{
	width: 100%;
	height: auto;
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	transition: all 0.36s ease 0s;
}
.case ul li:hover .thum .img{
	-webkit-transform: scale(1.1);
}
.case.video_list ul li:hover .thum .img{
	opacity: .7;
}
.case ul li .thum .icon{
	width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -30px;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.46s ease 0s;
    font-size: 0;
    background: #3488EA;
    border-radius: 50%;
}
.case ul li:hover .thum .icon{
	top: 50%;
    opacity: 1;
}
.case ul li .thum .icon:before{
	width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
	content: '';
}
.case ul li .thum .icon:after{
	width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -8px;
	content: '';
}
.case ul li .title{
	text-align: center;
    padding: 18px 10px;
    transition: all 0.36s ease 0s;
}
.case ul li .title b{
	font-size: 18px;
    line-height: 26px;
}
.case ul li .title p{
	font-size: 14px;
    
    line-height: 20px;
}
.case ul li:hover .title{
	background: #3488EA;
	color: #FFFFFF;
}
.pages{
	width: 100%;
	height: auto;
	padding: 40px 0px;
	text-align: center;
}
.pages a{
	color: #a9a9a9;
	width: 36px;
    height: 36px;
	display: inline-block;
	line-height: 36px;
    text-align: center;
	
}
.pages a.active,.pages a:hover{
	color: #fff;
	background-color: #6b6b6b;
}

#media{
	width: 800px;
	height: auto;
	background: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	display: block;
	border: 5px solid rgba(255,255,255,1);
}
.close_video{
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
.close_video:after{
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	left: 15px;
	top: 15px;
	background: url("../../images/common/close_icon.png")/*tpa=http://www.kexueclub.com/static/assets/images/common/close_icon.png*/ no-repeat;
	background-size: auto 40px;
	content: '';
}
.close_video:hover{
	background: #3488EA;
}
.close_video:hover:after{
	background-position: 0px -20px;
}
.case.news2 ul li .news_thum{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.case.news2 ul li .img{
	display: block;
	width: 100%;
	height: auto;
	background: center center no-repeat;
	background-size: cover;
}
.case.news2 ul li .news_time{
	width: auto;
	height: auto;
	line-height: 35px;
	position: absolute;
	padding:0px 10px;
	font-size: 12px;
	left: 0px;
	bottom: 0px;
	color: #FFFFFF;
	background: rgba(0,0,0,.1);
	font-family: helveticaneuethn;
	transition: all 0.36s ease 0s;
}
.case.news2 ul li .news2_des{
	width: 100%;
	height: auto;
	padding: 20px;
	background: rgba(0,0,0,.01);
	box-sizing: border-box;
	transition: all 0.36s ease 0s;
}
.case.news2 ul li .news2_des b{
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 10px;
	color: #3e3e3e;
	padding-bottom: 5px;
	position: relative;
}
.case.news2 ul li .news2_des b:after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #FFFFFF;
	content: '';
	transition: all 0.36s ease 0s;
}
.case.news2 ul li .news2_des p{
	display: block;
	line-height: 24px;
	height: 48px;
	font-size: 12px;
}
.case.news2 ul li:hover .news2_des{
	color: #FFFFFF;
	background: #3488EA;
}
.case.news2 ul li:hover .news2_des b{
	color: #FFFFFF;
}
.case.news2 ul li:hover .news_time{
	background: #1875e2;
}

.case.news2 ul li:hover .news2_des b:after{
	width: 100%;
}
.history_list{
	width: 100%;
	height: auto;
}
.history_list ul li{
	width: 100%;
	height: auto;
	line-height: 25px;
	padding: 20px 0px;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	display: flex;
}
.history_list ul li .history_year{
	width: 150px;
	font-size: 28px;
	font-family: helveticaneuethn;
	position: relative;
}
.history_list ul li .history_year:after{
	width: 30px;
	height: 1px;
	background: #888;
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	
}
.history_list ul li .history_year span{
	font-size: 14px;
}
.history_list ul li .history_des{
	width: calc(100% - 150px);
	height: auto;
}
.solu_list{
	width: 100%;
	height: auto;
	position: relative;
}
.solu_list ul li{
	width: 100%;
	height: auto;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 20px 0px;
}
.solu_list ul li .thum{
	width: 400px;
	height: auto;
}
.solu_list ul li .thum .img{
	width: 100%;
	height: auto;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}
.solu_list ul li .info{
	width: calc(100% - 400px);
	height: auto;
	padding:30px 25px;
	box-sizing: border-box;
	background: rgba(0,0,0,.02);
}
.solu_list ul li .info .title{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	color: #3E3E3E;
	margin-bottom: 15px;
}
.solu_list ul li .info .des{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
}
.solu_list ul li .info .more{
	display: inline-block;
	width: auto;
	padding: 0px 40px;
	line-height: 35px;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,.1);
}
.solu_list ul li .more:hover{
	background: #3488EA;
	color: #FFFFFF;
}
.contact_box .l{
	width: 55%;
	height: auto;
}
.contact_box{
	width: 100%;
	height: auto;
	display: flex;
	background: #f7f7f7;
}
.contact_box .r{
	width: calc(45% - 50px);
	padding-left: 50px;
}
.contact_box .r ul {
	display: block;
	margin-top: 50px;
}
.contact_box .r ul li{
	
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.contact_box .r ul li .icon{
	height: 22px;
	color: #333333;
	line-height: 22px;
	position: relative;
	font-weight: bold;
	font-family: emoji;
	padding-left: 20px;
}
.contact_box .r ul li .icons1{
	background: url(../../images/dz_ic.png) no-repeat left center;
}
.contact_box .r ul li .icons2{
	background: url(../../images/dh_ic.png) no-repeat left center;
}
.contact_box .r ul li .icons3{
	background: url(../../images/em_ic.png) no-repeat left center;
}
.contact_box .r ul li .txt{
	width: calc(100% - 50px);
	height: auto;
	font-size: 16px;
	line-height: 40px;

}
.contact_box .r ol{
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.gs_title{font-size: 24px; font-weight: bold; color: #064b74; margin-bottom: 20px;}

.honor_list{
	width: 100%;
	height: auto;
}
.honor_list ul{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.honor_list ul li{
	width: 18.5%;
	height: auto;
	margin-right: 1.25%;
	margin-bottom: 20px;
}
.honor_list ul li:nth-child(5n){
	margin-right: 0%;
}
.honor_list ul li .thum{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.honor_list ul li .thum .img{
	display: block;
	width: 100%;
	height: auto;
	background: center center no-repeat;
	background-size: cover;
}
.honor_list ul li .name{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 35px;
	position: relative;
}
.join_list {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-bottom: 100px;
	position: relative
}
.join_list ul{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.join_list li {
	height: 350px;
	background: rgba(0,0,0,.02);
	cursor: pointer;
	padding: 50px;
	position: relative;
	-webkit-transition-duration: .5s;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.join_list li:nth-child(3n){
	margin-right: 0%;
}
.join_list li .title {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: auto;
	position: absolute;
	left: 50px;
	top: 40%;
	-webkit-transition-duration: .5s;
	font-size: 24px;
	text-align: center
}

.join_list li .address {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: auto;
	position: absolute;
	left: 50px;
	-webkit-transition-duration: .5s;
	top: 50%;
	color: #fff;
	opacity: 0;
	font-size: 16px;
	text-align: center
}

.join_list li .number {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: auto;
	position: absolute;
	left: 50px;
	-webkit-transition-duration: .5s;
	top: 60%;
	text-align: center;
	font-size: 16px
}

.join_list li:hover .title {
	top: 20%;
	color: #fff
}

.join_list li:hover .address {
	opacity: 1;
	top: 35%;
	-webkit-transition-delay: .2s
}

.join_list li:hover .number {
	top: 80%;
	color: #fff
}

.join_list li:after {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 75%;
	-webkit-transition-duration: .5s;
	content: "";
	background: #fff;
	display: block
}

.join_list li:hover {
	background: #3488EA
}

.join_list li:hover:after {
	width: 40%;
	left: 30%;
	-webkit-transition-delay: .2s
}

.join_list li .lineB,
.join_list li .lineL,
.join_list li .lineR,
.join_list li .lineT {
	position: absolute;
	background: #fff;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.join_list li .lineL {
	width: 2px;
	height: 0;
	left: 7px;
	top: 100%
}

.join_list li .lineR {
	width: 2px;
	height: 0;
	right: 7px;
	top: 7px
}

.join_list li .lineT {
	width: 0;
	height: 2px;
	left: 7px;
	top: 7px
}

.join_list li .lineB {
	width: 0;
	height: 2px;
	left: 100%;
	bottom: 7px
}

.join_list li:hover .lineT {
	-webkit-transition-delay: .2s;
	width: -webkit-calc(100% - 14px);
	width: calc(100% - 14px)
}

.join_list li:hover .lineB {
	-webkit-transition-delay: .2s;
	width: -webkit-calc(100% - 14px);
	width: calc(100% - 14px);
	left: 7px
}

.join_list li:hover .lineR {
	-webkit-transition-delay: .2s;
	height: -webkit-calc(100% - 14px);
	height: calc(100% - 14px)
}

.join_list li:hover .lineL {
	-webkit-transition-delay: .2s;
	top: 7px;
	height: -webkit-calc(100% - 14px);
	height: calc(100% - 14px)
}

.joinTipBox {
	width: 800px;
	height: 550px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -275px;
	background: #fff;
	z-index: 500
}

.joinTipBox .joinTipBoxTitle {
	width: 100%;
	height: 45px;
	background: #3488EA;
	color: #fff;
	line-height: 45px;
	font-size: 18px
}

.joinTipBox .joinTipBoxTitle span {
	font-size: 12px;
	position: absolute;
	right: 50px;
	line-height: 45px;
	opacity: .5
}

.joinTipBox .joinTipBoxTitle strong {
	float: left;
	margin-left: 15px
}

.joinTipBox .joinTipBoxTitle .close {
	width: 45px;
	height: 45px;
	float: right;
	cursor: pointer;
	line-height: 45px;
	text-align: center;
	position: relative;
}

.joinTipBox .joinTipBoxTitle .close:after{
	width: 15px;
	height: 15px;
	background: url("../../images/common/close_icon.png")/*tpa=http://www.kexueclub.com/static/assets/images/common/close_icon.png*/ no-repeat;
	background-size: auto 30px;
	background-position:0px -15px;
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
}

.joinTipBox .joinTipBoxTitle .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.joinTipBox .joinTipBoxInfo {
	width: 100%;
	padding: 0 2%;
	height: 490px;
	overflow-y: auto;
	font-size: 16px;
	box-sizing: border-box;
}

.joinTipBox .joinTipBoxInfo .joinTipName {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative
}

.joinTipBox .joinTipBoxInfo .joinTipName b {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: 400
}

.joinTipBox .joinTipBoxInfo .joinTipName span {
	color: #3488EA;
	margin-right: 15px
}

.joinTipBox .joinTipBoxInfo .joinTipBt {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-weight: 700
}

.joinTipBox .joinTipBoxInfo .joinTipDetail {
	width: 100%;
	height: auto;
	line-height: 1.7;
}
.news_detail{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.news_detail .detail_content{
	width: 850px;
	height: auto;
}
.ndc_top{
	width: 100%;
	height: auto;
}
.news_detail .detail_same{
	width: 300px;
}
.ndc_top .title,.detail_same .title{
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	color: #3E3E3E;
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 10px;
}
.ndc_top .des{
	line-height: 25px;
	opacity: .7;
	margin-bottom: 5px;
	font-size: 12px;
} 
.ndc_top .des span{
	margin-right: 25px;
}
.ndc_detail{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	margin-bottom: 50px;
}
.ndc_detail p,.ndc_detail img{
	margin-bottom: 10px;
}
.ndc_detail img{
	max-width: 100%;
}
.detail_same_list{
	width: 100%;
	height: auto;
	position: relative;
}
.detail_same_list ul li{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	line-height: 25px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.detail_same_list ul li b{
	font-weight: normal;
	line-height: 1.4;
    display: block;
    color: #3e3e3e;
}
.detail_same_list ul li p{
	font-size: 12px;
	opacity: .7;
}
.detail_same_list ul li a:hover b{
	color: #3488EA;
}
.ndc_npnews{
	width: 100%;
	height: auto;
	display: flex;
}
.ndc_npnews .post_prev,.ndc_npnews .post_next{
	width: 50%;
	display: flex;
	line-height: 20px;
	padding: 20px;
	background: rgba(0,0,0,.05);
	box-sizing: border-box;
}
.ndc_npnews .post_prev:hover,.ndc_npnews .post_next:hover{
	background: #3488EA;
	color: #FFFFFF;
}
.ndc_npnews .post_prev:hover .icon:before,.ndc_npnews .post_next:hover .icon:before{
	background-position: -14px 0px;
}
.ndc_npnews .post_prev:hover .icon:after,.ndc_npnews .post_next:hover .icon:after{
	background: rgba(255,255,255,.2);
}
.ndc_npnews .post_next{
	justify-content: flex-end;
}
.ndc_npnews .post_prev .icon,.ndc_npnews .post_next .icon{
	width: 40px;
	position: relative;
}

.ndc_npnews .post_prev .icon:before,.ndc_npnews .post_next .icon:before{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 3px;
	background: url("../images/common/arrow_icon.png")/*tpa=http://www.kexueclub.com/static/assets/lib/images/common/arrow_icon.png*/ no-repeat;
	background-size: cover;
	content: '';
	-webkit-transform: rotate(-180deg);
	opacity: 0.5;
}
.ndc_npnews .post_next .icon:before{
	left: auto;
	right: 0px;
	-webkit-transform: rotate(0deg);
}
.ndc_npnews .post_prev .icon:after,.ndc_npnews .post_next .icon:after{
	width: 1px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: 3px;
	background: rgba(0,0,0,.1);
	content: '';
}
.ndc_npnews .post_prev .icon:after{
	right:15px;
}
.ndc_npnews .post_prev .name,.ndc_npnews .post_next .name{
	width: calc(100% - 40px);
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
}
.single_page{
	width: 100%;
	height: auto;
	line-height: 1.7;
}
.single_page p,.single_page img{
	margin-bottom: 10px;
}
.single_page img{
	max-width: 100%;
}
.ndc_top .social{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.ndc_top .social .weichat,.ndc_top .social .qzone,.ndc_top .social .weibo,.ndc_top .social .qq{
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: #7fdb84;
	padding: 0px;
	position: relative;
}
.ndc_top .social .qzone{
	background: #ffc94b;
}
.ndc_top .social .weibo{
	background: #eb7291;
}
.ndc_top .social .qq{
	background: #84b5f0;
}
.ndc_top .social .weichat:after,.ndc_top .social .qzone:after,.ndc_top .social .weibo:after,.ndc_top .social .qq:after{
	width: 20px;
	height: 20px;
	background: url("../../images/common/social_icon.png")/*tpa=http://www.kexueclub.com/static/assets/images/common/social_icon.png*/ no-repeat;
	background-size: auto 20px;
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}
.ndc_top .social .qzone:after{
	background-position: -40px 0px
}
.ndc_top .social .weibo:after{
	background-position: -20px 0px
}
.ndc_top .social .qq:after{
	background-position: -60px 0px
}
.form_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.form_box .fb_input{
	box-sizing: border-box;
	border: 1px solid #e1e7ee;
    height: 40px;
    width: 32%;
    outline: 0;
    margin-right: 2%;
    text-indent: 25px;
	margin-bottom: 15px;
}
.form_box .fb_input:nth-child(3n){
	margin-right: 0%;
}
.form_box .fb_textarea{
	width: 100%;
	height: 150px;
	padding: 25px;
	outline: 0;
	border: 1px solid #e1e7ee;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}
.city_picker_ele{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.form_submit{
	width: 200px;
    height: 50px;
    background: #3488EA;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 5;
	margin-top: 35px;
}
.sitemap,.sitemap .sub_map{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sitemap h1 {
	margin-bottom: 0;
	display: block;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dotted rgba(0, 0, 0, .1)
}


.sitemap ul li {
	margin-bottom: 20px
}

.sitemap .sub_map {
	display: block
}

.sitemap .sub_map a {
	display: block;
	line-height: 35px;
	float: left;
	margin-right: 25px
}